You are here: Vocalocity Voice Browser: VoiceXML Implementation Reference > SpeechWorks OSR Notes > Introduction
The procedures in this chapter require changing Vocalocity configuration properties in the vocalos-node.xml file. This file is located in:
/opt/VocalOS/Server/server/nodeserver/conf/
When you make changes to this file, you do not have to restart the VocalOS server. This file is refreshed every minute. When you make a change to a setting, it will apply to the next inbound call that arrives one minute after the change.
You will be setting parameters in the RecoManager node. Edit the vocalos-node.xml file and search for the node starting with:
<node name="RecoManager"> <map/> <node name="vocalos:type=RecoManager,vendor=Vocalocity"> <map> <entry key="extensionPoint" value="net.vocalocity.dtmfonly.DTMFOnlyExtensionPoint"/> </map> </node>
<node name="vocalos:type=RecoManager,vendor=SpeechWorks"> <map> <entry key="extensionPoint" value="net.vocalocity.speechworks.osr.extension.OSRExtensionPoint"/>
|